@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
.is-pc {
  display: block;
}
@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
.is-sp {
  display: none;
}
@media (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .br-pc {
    display: block !important;
  }
  .br-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  br {
    display: block !important;
  }
  .br-pc {
    display: none !important;
  }
  .br-sp {
    display: block !important;
  }
}
.top_bg {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/top_bg1 jpg");
  background-position: center center;
  background-size: cover;
}
.top-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.2em;
  margin-top: 30px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .top-text p {
    margin: 30px auto;
    width: 95%;
    text-indent: -1em;
  }
}
@media screen and (max-width: 767px) {
  .top-text p {
    font-size: 14px;
    margin: 30px auto;
  }
}
.top_scroll {
  text-align: center;
}
.top_scroll img {
  height: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_scroll img {
    display: none;
  }
}
.movie {
  margin-top: 40px;
  margin-bottom: 80px;
  margin-left: -17px;
}
@media screen and (max-width: 767px) {
  .movie {
    margin: 0 -15px;
  }
}
.movie h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.risora_main {
  margin-bottom: 80px;
  margin-left: -15px;
  margin-right: -15px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .risora_main {
    margin-bottom: 40px;
  }
}
/* 横渡りナビ */
@media screen and (max-width: 767px) {
  .risora-navi {
    padding: 15px 0 15px;
  }
}
.risora-navi .g-grid {
  padding: 30px 10px;
}
@media (max-width: 767px) {
  .risora-navi .g-grid {
    padding: 0 10px;
  }
}
.risora-navi .g-grid .g-grid_el a {
  display: table-cell;
  height: 65px;
  width: 30%;
  padding: 7.5px;
  border-radius: 5px;
  border: 2px solid #000;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 1px;
}
.risora-navi .g-grid .g-grid_el a:hover {
  text-decoration: none;
}
.risora-navi .g-grid .g-grid_el a small {
  font-size: 11px;
}
.risora-navi .g-grid .g-grid_el.risora-navi-active a {
  border-color: black;
  font-weight: bold;
  background-color: black;
  color: #fff;
}
.row {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.row.row-01 {
  height: 783px;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/img-1 jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  background-position: center;
  font-weight: 600;
}
.row.row-01 p {
  text-align: center;
  font-size: 28px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .row.row-01 {
    height: 400px;
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/img-1_sp jpg");
    padding-top: 50px;
  }
  .row.row-01 p {
    font-size: 20px;
    margin-top: -0.5em;
    text-indent: 1em;
  }
}
.row.row-l {
  height: 400px;
}
.row.row-l p {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
}
.row.row-l.row-02 {
  background-position: center;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/img-2 jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.row.row-l.row-02 p {
  margin-top: -1em;
}
@media screen and (max-width: 767px) {
  .row.row-l.row-02 {
    height: 300px;
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/img-2_sp jpg");
  }
  .row.row-l.row-02 p {
    font-size: 16px;
    margin-top: -2em;
    margin-left: 50px;
  }
}
.row.row-l.row-04 {
  background-position: center;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/img-4 jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.row.row-l.row-04 p {
  margin-top: -2em;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .row.row-l.row-04 p {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .row.row-l.row-04 {
    height: 300px;
    background-position: top;
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/img-4_sp jpg");
  }
  .row.row-l.row-04 p {
    font-size: 16px;
    margin-top: 4em;
    left: 30%;
  }
}
.row.row-r {
  height: 400px;
}
.row.row-r p {
  position: absolute;
  top: 50%;
  right: 50%;
  font-size: 24px;
}
.row.row-r.row-03 {
  background-position: center;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/img-3 jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.row.row-r.row-03 p {
  margin-top: -2em;
  left: calc(50% - 480px);
}
@media screen and (max-width: 768px) {
  .row.row-r.row-03 p {
    margin-top: -1.5em;
    left: 5%;
    word-break: keep-all;
  }
}
@media screen and (max-width: 767px) {
  .row.row-r.row-03 {
    height: 300px;
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/img-3_sp jpg");
  }
  .row.row-r.row-03 p {
    font-size: 16px;
    margin-top: -4em;
    left: 30px;
    right: 0;
  }
}
.row.row-r.row-05 {
  background-position: center;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/img-5 jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.row.row-r.row-05 p {
  margin-top: -3em;
  left: calc(50% - 480px);
}
@media screen and (max-width: 768px) {
  .row.row-r.row-05 p {
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .row.row-r.row-05 {
    height: 300px;
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/img-5_sp jpg");
  }
  .row.row-r.row-05 p {
    font-size: 16px;
    margin-top: 1.5em;
    left: 40px;
    right: 0;
  }
}
.row.row-half-contaner {
  overflow: hidden;
}
.row.row-half-contaner .row-half {
  height: 400px;
  width: 50%;
  float: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .row.row-half-contaner .row-half {
    width: 100%;
  }
}
.row.row-half-contaner .row-half p {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  font-size: 24px;
}
.row.row-half-contaner .row-half.row-06 {
  background-position: left;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/img-6 jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.row.row-half-contaner .row-half.row-06 p {
  margin-top: -6em;
  right: 20% !important;
  left: auto;
  word-break: keep-all;
}
@media screen and (max-width: 576px) {
  .row.row-half-contaner .row-half.row-06 p {
    right: 20% !important;
    left: auto;
    word-break: keep-all;
  }
}
@media screen and (max-width: 767px) {
  .row.row-half-contaner .row-half.row-06 {
    width: 100%;
    height: 250px;
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/img-6_sp jpg");
  }
  .row.row-half-contaner .row-half.row-06 p {
    font-size: 16px;
    margin-top: -0.5em;
    margin-left: 0;
    top: 40px;
    left: 25%;
  }
}
.row.row-half-contaner .row-half.row-07 {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/img-7 jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.row.row-half-contaner .row-half.row-07 p {
  margin-top: -3em;
  left: 20%;
}
@media screen and (max-width: 768px) {
  .row.row-half-contaner .row-half.row-07 p {
    margin-left: 0 !important;
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .row.row-half-contaner .row-half.row-07 {
    width: 100%;
    height: 250px;
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/img-7_sp jpg");
    background-size: cover;
  }
  .row.row-half-contaner .row-half.row-07 p {
    font-size: 16px;
    margin-top: -3em;
    margin-left: 30px;
    left: 10%;
  }
}
.sp_frame {
  border: solid 1px;
}
.sp_frame .sp_frame_text {
  border-color: #c4c4c4;
  background-color: white;
  padding: 1.5em;
}
.photo_selector {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 960px) {
  .photo_selector {
    height: auto;
  }
}
.photo_selector .ps_lead {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .photo_selector .ps_lead {
    margin-bottom: 40px;
    padding: 0 30px;
  }
}
.photo_selector .ps_lead h3 {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .photo_selector .ps_lead h3 {
    margin-bottom: 30px;
  }
}
.photo_selector .ps_lead p {
  font-size: 20px;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .photo_selector .ps_lead p {
    font-size: 14px;
    text-align: left;
  }
}
.photo_selector .ps_heading {
  margin-bottom: 40px;
}
.photo_selector .ps_heading h4 {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #19a3d1;
}
@media (max-width: 767px) {
  .photo_selector .ps_heading h4 {
    margin: 0 15px;
    font-size: 20px;
    gap: 10px;
  }
}
.photo_selector .ps_heading h4::before,
.photo_selector .ps_heading h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #19a3d1;
}
.photo_selector .ps_heading p {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .photo_selector .ps_heading p {
    font-size: 16px;
  }
}
.photo_selector .ps_caution {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .photo_selector .ps_caution {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.risoraSimulatorFrame {
  width: 100%;
  height: 800px;
  border: none;
}
@media (max-width: 768px) {
  .risoraSimulatorFrame {
    height: 1400px;
  }
}
@media (max-width: 650px) {
  .risoraSimulatorFrame {
    height: 1300px;
  }
}
@media (max-width: 550px) {
  .risoraSimulatorFrame {
    height: 1200px;
  }
}
.colorSim {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 960px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .colorSim {
    padding: 0 15px;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.colorSim__result {
  padding-bottom: 30px;
  display: grid;
  grid-template-rows: 1fr auto;
  background: #f4f4f4;
  position: relative;
}
@media (max-width: 767px) {
  .colorSim__result {
    padding-bottom: 25px;
  }
}
.colorSim__result--dl {
  position: absolute;
  top: 0;
  left: -200%;
}
.colorSim__logo {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 154px;
}
@media (max-width: 767px) {
  .colorSim__logo {
    top: 25px;
    left: 25px;
    max-width: 140px;
  }
}
.colorSim__logo--dl {
  top: 80px;
}
@media (max-width: 767px) {
  .colorSim__logo--dl {
    top: 60px;
    max-width: 120px;
  }
}
.colorSim__daikin {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 154px;
}
@media (max-width: 767px) {
  .colorSim__daikin {
    top: 25px;
    left: 25px;
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  .colorSim__daikin--dl {
    top: 25px;
    left: 25px;
    max-width: 110px;
  }
}
.colorSim__item {
  padding-top: 50px;
  display: grid;
  align-items: center;
}
.colorSim__item--dl {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .colorSim__item--dl {
    margin-top: 20px;
  }
}
.colorSim__info {
  margin: 0 30px;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  background: #fff;
}
@media (max-width: 767px) {
  .colorSim__info {
    margin: 0 15px;
    font-size: 14px;
  }
}
.colorSim__info .annotation {
  font-size: 0.7em;
}
.colorSim__heading1 {
  margin-bottom: 15px;
  padding-bottom: 3px;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  .colorSim__heading1 {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.colorSim__heading2 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  border-bottom: 1px solid #ccc;
}
.colorSim__annotation {
  position: absolute;
  right: 5px;
  bottom: 7px;
  font-size: 10px;
}
@media (max-width: 767px) {
  .colorSim__annotation {
    bottom: 5px;
    font-size: 9px;
  }
}
.colorSim__bodyWrap {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.colorSim__bodyBlock {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 130px;
  border-width: 5px;
  border-style: solid;
  border-color: #f4f4f4;
  background: #f4f4f4;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .colorSim__bodyBlock {
    height: 120px;
    border-width: 3px;
  }
}
.colorSim__bodyBlock:hover {
  border-color: #ccc;
}
.colorSim__bodyBlock.active {
  border-color: #19a3d1;
}
.colorSim__bodyBlock dl dt {
  margin: 0 auto;
  max-width: 130px;
}
@media (max-width: 767px) {
  .colorSim__bodyBlock dl dt {
    max-width: 120px;
  }
}
.colorSim__bodyBlock dl dd {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .colorSim__bodyBlock dl dd {
    font-size: 11px;
  }
}
.colorSim__panelWrap input[type="radio"] {
  display: none;
}
.colorSim__panelBlock {
  border: 1px solid #ccc;
  border-radius: 0 0 5px 5px;
  display: none;
  overflow-y: scroll;
  height: 230px;
}
.colorSim__panelInner {
  padding: 30px;
}
@media (max-width: 767px) {
  .colorSim__panelInner {
    padding: 20px;
  }
}
.colorSim__panelSelect {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
}
@media (max-width: 767px) {
  .colorSim__panelSelect {
    grid-template-columns: repeat(6, 1fr);
  }
}
.colorSim__panelSelect li {
  aspect-ratio: 1/1;
  background-position: center center;
  background-repeat: no-repeat;
  border: 3px solid #fff;
  box-shadow: 0 0 0px 1px #ccc;
  cursor: pointer;
}
.colorSim__panelSelect li:hover {
  box-shadow: 0 0 0px 1px #888;
}
.colorSim__panelSelect li.active {
  box-shadow: 0 0 0px 3px #19a3d1;
}
.colorSim__panelSelect li[data-color="c001"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/c001w png");
}
.colorSim__panelSelect li[data-color="c002"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/c002w png");
}
.colorSim__panelSelect li[data-color="c003"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/c003w png");
}
.colorSim__panelSelect li[data-color="c004"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/c004w png");
}
.colorSim__panelSelect li[data-color="c005"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/c005w png");
}
.colorSim__panelSelect li[data-color="p001"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/p001w png");
}
.colorSim__panelSelect li[data-color="p002"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/p002w png");
}
.colorSim__panelSelect li[data-color="p003"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/p003w png");
}
.colorSim__panelSelect li[data-color="p004"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/p004w png");
}
.colorSim__panelSelect li[data-color="s001"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s001w png");
}
.colorSim__panelSelect li[data-color="s002"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s002w png");
}
.colorSim__panelSelect li[data-color="s003"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s003w png");
}
.colorSim__panelSelect li[data-color="s004"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s004w png");
}
.colorSim__panelSelect li[data-color="s005"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s005w png");
}
.colorSim__panelSelect li[data-color="s006"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s006w png");
}
.colorSim__panelSelect li[data-color="s007"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s007w png");
}
.colorSim__panelSelect li[data-color="s008"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s008w png");
}
.colorSim__panelSelect li[data-color="s009"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s009w png");
}
.colorSim__panelSelect li[data-color="s010"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s010w png");
}
.colorSim__panelSelect li[data-color="s011"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s011w png");
}
.colorSim__panelSelect li[data-color="s012"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s012w png");
}
.colorSim__panelSelect li[data-color="s013"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s013w png");
}
.colorSim__panelSelect li[data-color="s014"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s014w png");
}
.colorSim__panelSelect li[data-color="s015"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s015w png");
}
.colorSim__panelSelect li[data-color="s016"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s016w png");
}
.colorSim__panelSelect li[data-color="s017"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s017w png");
}
.colorSim__panelSelect li[data-color="s018"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s018w png");
}
.colorSim__panelSelect li[data-color="s019"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s019w png");
}
.colorSim__panelSelect li[data-color="s020"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s020w png");
}
.colorSim__panelSelect li[data-color="s021"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s021w png");
}
.colorSim__panelSelect li[data-color="s022"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s022w png");
}
.colorSim__panelSelect li[data-color="s023"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s023w png");
}
.colorSim__panelSelect li[data-color="s024"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s024w png");
}
.colorSim__panelSelect li[data-color="s025"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s025w png");
}
.colorSim__panelSelect li[data-color="s026"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s026w png");
}
.colorSim__panelSelect li[data-color="s027"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s027w png");
}
.colorSim__panelSelect li[data-color="s028"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s028w png");
}
.colorSim__panelSelect li[data-color="s029"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s029w png");
}
.colorSim__panelSelect li[data-color="s030"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s030w png");
}
.colorSim__panelSelect li[data-color="s031"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s031w png");
}
.colorSim__panelSelect li[data-color="s032"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s032w png");
}
.colorSim__panelSelect li[data-color="s033"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s033w png");
}
.colorSim__panelSelect li[data-color="s034"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s034w png");
}
.colorSim__panelSelect li[data-color="s035"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s035w png");
}
.colorSim__panelSelect li[data-color="s036"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s036w png");
}
.colorSim__panelSelect li[data-color="s037"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s037w png");
}
.colorSim__panelSelect li[data-color="s038"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s038w png");
}
.colorSim__panelSelect li[data-color="s039"] {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/colorsim/item/s039w png");
}
.colorSim__tabWrap {
  margin-bottom: -1px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.colorSim__tabBlock {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  background: #f4f4f4;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-top: 5px solid #f4f4f4;
  border-bottom: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .colorSim__tabBlock {
    font-size: 12px;
    border-top: 3px solid #f4f4f4;
  }
}
.colorSim__tabBlock:hover {
  border-top: 5px solid #ccc;
}
#classic-premium:checked ~ .colorSim__tabWrap label[for="classic-premium"],
#customstyle:checked ~ .colorSim__tabWrap label[for="customstyle"] {
  background: #fff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 5px solid #19a3d1;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  #classic-premium:checked ~ .colorSim__tabWrap label[for="classic-premium"],
  #customstyle:checked ~ .colorSim__tabWrap label[for="customstyle"] {
    border-top: 3px solid #19a3d1;
  }
}
.colorSim #classic-premium:checked ~ #classic-premium__content,
.colorSim #customstyle:checked ~ #customstyle__content {
  display: block;
}
.colorSim__output {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .colorSim__output {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.colorSim__output button {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  align-items: center;
  border: none;
  height: 80px;
  background: #19a3d1;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .colorSim__output button {
    height: 60px;
    font-size: 15px;
    border-radius: 5px;
  }
}
.colorSim__output button:hover {
  background: #00b0ea;
}
.colorSim__output button svg {
  margin-left: 10px;
  width: 18px;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .colorSim__output button svg {
    width: 15px;
  }
}
.colorSim__outputCatch {
  display: none;
  justify-content: center;
  align-items: flex-end;
  font-weight: bold;
}
@media (max-width: 767px) {
  .colorSim__outputCatch {
    display: flex;
  }
}
.colorSim__outputCatch::before,
.colorSim__outputCatch::after {
  margin: 0 15px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.2em;
  background: #000;
}
.colorSim__outputCatch::before {
  transform: rotate(-30deg);
}
.colorSim__outputCatch::after {
  transform: rotate(30deg);
}
.colorSim__bottom {
  grid-column: 1 / 3;
  margin: 0 auto 10px;
  padding: 8px 20px;
  width: 98%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}
@media (max-width: 767px) {
  .colorSim__bottom {
    margin: 0;
    grid-column: auto;
    grid-row: 3;
    font-size: 14px;
  }
}
.colorSim__bottom::before {
  margin-left: -6px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -10px;
  left: 50%;
}
#risora_bnrarea .clm_bnr a {
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
}
#risora_bnrarea .clm_bnr a:hover {
  text-decoration: none !important;
}
#risora_bnrarea .clm_bnr a h3,
#risora_bnrarea .clm_bnr a p {
  margin: 20px;
}
#risora_bnrarea .clm_bnr a h3 {
  margin-bottom: 5px;
}
#risora_bnrarea .clm_bnr a p {
  margin-top: 0;
}
#risora_bnrarea .clm_bnr a.g-disp-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #risora_bnrarea .clm_bnr a.g-disp-sp {
    display: block !important;
  }
}
#risora_bnrarea .clm_bnr a.g-disp-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  #risora_bnrarea .clm_bnr a.g-disp-pc {
    display: none !important;
  }
}
.risoraair-bnr {
  margin-bottom: 4em;
  padding: 36px 30px;
  border: 1px solid #ccc;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .risoraair-bnr {
    padding: 26px 20px;
  }
}
.risoraair-bnr h3 {
  display: block;
  width: 390px;
  margin: 0 auto 2em;
}
@media screen and (max-width: 767px) {
  .risoraair-bnr h3 {
    width: 90%;
  }
}
.risoraair-bnr h3 img {
  width: 100%;
  height: auto;
}
.risoraair-bnr .ra-leadtext {
  text-align: center;
  margin-bottom: 3em;
}
.risoraair-bnr ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .risoraair-bnr ul {
    padding: 10px;
    margin-bottom: 10px;
  }
}
.risoraair-bnr ul li {
  display: block;
  position: relative;
  width: 31%;
  margin-right: 3.5%;
}
.risoraair-bnr ul li:nth-of-type(1) {
  background-color: #cdd9d7;
}
.risoraair-bnr ul li:nth-of-type(2) {
  background-color: #e4e0d8;
}
.risoraair-bnr ul li:nth-of-type(3) {
  margin-right: 0;
  background-color: #d9e2e7;
}
@media screen and (max-width: 767px) {
  .risoraair-bnr ul li {
    width: 100%;
    min-height: 380px;
    margin-right: 0%;
    margin-bottom: 2em;
  }
}
.risoraair-bnr ul li a {
  display: block;
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
  padding: 0 15px 20px 15px;
  transition: 0.3s all ease;
}
.risoraair-bnr ul li a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.risoraair-bnr ul li a:visited {
  color: #333;
}
.risoraair-bnr ul li a figure {
  margin: 0 -15px 1em;
  padding: 0;
}
.risoraair-bnr ul li a figure img {
  width: 100%;
  height: auto;
}
.risoraair-bnr ul li a h4 {
  font-size: 18px;
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .risoraair-bnr ul li a h4 {
    font-size: 16px;
  }
}
.risoraair-bnr ul li a h4 span {
  display: block;
  width: 100px;
  margin-bottom: 0.5em;
  text-align: center;
  border: 1px solid #999;
  font-size: 10px;
  line-height: 1;
  padding: 0.4em 1em 0.3em;
  background-color: #fff;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.risoraair-bnr ul li a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 30px;
  height: 15px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/risora_air_arrow svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .risoraair-bnr ul li a p {
    font-size: 13px;
  }
}
.rsr-heading_1 {
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .rsr-heading_1 {
    font-size: 28px;
  }
}
.rsr-mainFeature {
  height: 640px;
  position: relative;
}
@media (max-width: 767px) {
  .rsr-mainFeature {
    height: auto;
  }
}
.rsr-mainFeature__slim {
  background: #f4f4f4 url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/feature_slim_bg jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .rsr-mainFeature__slim {
    background: #f4f4f4;
  }
}
.rsr-mainFeature__slim::before {
  content: "";
  display: block;
  width: 52.928%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .rsr-mainFeature__slim::before {
    content: none;
  }
}
.rsr-mainFeature__comfort {
  background: #f4f4f4 url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/feature_comfort_bg jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .rsr-mainFeature__comfort {
    background: #f4f4f4;
  }
}
.rsr-mainFeature__block {
  margin-left: auto;
  padding-left: 80px;
  display: flex;
  align-items: center;
  width: 54.167%;
  height: 640px;
  position: relative;
}
@media (max-width: 767px) {
  .rsr-mainFeature__block {
    padding: 30px;
    width: 100%;
    height: auto;
  }
}
.rsr-mainFeature__block--comfort {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
}
@media (max-width: 767px) {
  .rsr-mainFeature__block--comfort {
    padding: 30px;
  }
}
.rsr-mainFeature__heading {
  margin-bottom: 10px;
}
.rsr-mainFeature__text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 767px) {
  .rsr-mainFeature__text {
    font-size: 14px;
  }
}
.rsr-mainFeature__btn {
  margin-top: 40px;
  width: 280px;
  height: 50px;
}
@media (max-width: 767px) {
  .rsr-mainFeature__btn {
    margin-top: 30px;
  }
}
.rsr-mainFeature__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  background: #fff;
  font-size: 17px;
  text-decoration: none;
  border-radius: 5px;
}
.rsr-mainFeature__note {
  margin-top: 40px;
  display: flex;
  align-items: center;
  background: #fff;
  width: 440px;
  height: 120px;
}
@media (max-width: 767px) {
  .rsr-mainFeature__note {
    margin-top: 30px;
    width: 100%;
    height: 85px;
  }
}
.rsr-mainFeature__noteText {
  padding-left: 20px;
  width: 54.54545%;
  font-size: 16px;
}
@media (max-width: 767px) {
  .rsr-mainFeature__noteText {
    padding-left: 15px;
    font-size: 12px;
  }
}
.rsr-mainFeature__notePhoto {
  width: 45.45455%;
  height: 100%;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/feature_comfort_img_1 jpg") no-repeat center center;
  background-size: auto 85%;
}
.rsr-bnrCustomstyle {
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .rsr-bnrCustomstyle {
    margin-bottom: 40px;
  }
}
.rsr-bnrCustomstyle img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.rsr-other {
  margin: 0 -15px;
  margin-bottom: 80px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .rsr-other {
    margin: 0 -15px;
  }
}
.rsr-other h2 {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .rsr-other h2 {
    margin-bottom: 40px;
  }
}
.rsr-other__inner {
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/other_bg jpg") no-repeat top center;
}
@media (max-width: 767px) {
  .rsr-other__inner {
    background: none;
  }
}
.rsr-other__blocks {
  margin: 0 auto;
  max-width: 960px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .rsr-other__blocks {
    grid-template-columns: 1fr;
  }
}
.rsr-other__block {
  display: grid;
  grid-template-rows: autso 1fr;
}
@media (max-width: 767px) {
  .rsr-other__block {
    margin-bottom: 30px;
  }
}
.rsr-other__img {
  height: 400px;
}
@media (max-width: 767px) {
  .rsr-other__img {
    height: auto;
  }
}
.rsr-other__text {
  margin-top: -70px;
  padding: 30px;
  font-size: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .rsr-other__text {
    margin-top: -35px;
    padding: 15px;
    font-size: 14px;
  }
}
.rsr-other__text--left {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .rsr-other__text--left {
    margin-left: 15px;
  }
}
.rsr-other__text--right {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .rsr-other__text--right {
    margin-right: 15px;
  }
}
.rsr-other__text .small {
  font-size: 0.7em;
}
.rsr-other__text .label {
  margin-top: 10px;
  padding: 8px 20px;
  display: inline-block;
  background: #000;
  font-size: 0.9em;
  line-height: 1;
  color: #fff;
}
.rsr-subFeature {
  margin: 0 -15px;
  margin-bottom: 80px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .rsr-subFeature {
    margin-bottom: 40px;
  }
}
.rsr-subFeature__row {
  display: flex;
}
@media (max-width: 767px) {
  .rsr-subFeature__row {
    display: block;
  }
}
.rsr-subFeature__block {
  width: 100%;
  height: 450px;
  background: #dedfe1;
  position: relative;
}
@media (max-width: 767px) {
  .rsr-subFeature__block {
    height: 245px;
  }
}
.rsr-subFeature__block--lr {
  background: #dedfe1 url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/subfeature_lr_bg jpg") no-repeat left center;
  background-size: cover;
}
.rsr-subFeature__block--lr .rsr-subFeature__inner {
  position: absolute;
  top: 22.22222%;
  left: 29.85294%;
}
@media (max-width: 767px) {
  .rsr-subFeature__block--lr .rsr-subFeature__inner {
    top: 17%;
  }
}
.rsr-subFeature__block--eps {
  background: #e8e8ea url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/subfeature_eps_bg jpg") no-repeat left center;
  background-size: cover;
  bottom: -150px;
  z-index: 2;
}
@media (max-width: 767px) {
  .rsr-subFeature__block--eps {
    bottom: 0;
  }
}
.rsr-subFeature__block--eps .rsr-subFeature__inner {
  position: absolute;
  bottom: 6.66667%;
  left: 14.70588%;
}
@media (max-width: 767px) {
  .rsr-subFeature__block--eps .rsr-subFeature__inner {
    left: 30px;
  }
}
.rsr-subFeature__block--rc {
  background: #f0f1f2 url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/subfeature_rc_bg jpg") no-repeat center center;
  background-size: cover;
  height: 400px;
}
@media (max-width: 767px) {
  .rsr-subFeature__block--rc {
    background: #f0f1f2 url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/subfeature_rc_bg_sp jpg") no-repeat center bottom;
    background-size: cover;
    height: 270px;
  }
}
.rsr-subFeature__block--rc .rsr-subFeature__inner {
  position: absolute;
  bottom: 15%;
  left: 50%;
}
@media (max-width: 767px) {
  .rsr-subFeature__block--rc .rsr-subFeature__inner {
    top: 25px;
    left: 30px;
    right: 30px;
  }
}
.rsr-subFeature__text {
  font-size: 22px;
}
@media (max-width: 767px) {
  .rsr-subFeature__text {
    font-size: 16px;
  }
}
.rsr-subFeature__text span {
  margin-top: 6px;
  padding: 6px;
  display: block;
  width: 160px;
  font-size: 18px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .rsr-subFeature__text span {
    margin-top: 0;
    padding: 3px 10px;
    display: inline-block;
    width: auto;
    font-size: 12px;
  }
}
.rsr-subFeature__annotation {
  margin-top: 1em;
  font-size: 16px;
}
@media (max-width: 767px) {
  .rsr-subFeature__annotation {
    margin-top: 0;
    font-size: 12px;
  }
}
.rsr-award {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .rsr-award {
    margin: 0 15px 40px;
  }
}
.rsr-customerCenter {
  padding-top: 50px;
  border-top: 1px solid #ccc;
  font-family: "Noto Sans JP", sans-serif;
}
.rsr-customerCenter__inner {
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/cc_img jpg") no-repeat center right;
  background-size: contain;
}
@media (max-width: 767px) {
  .rsr-customerCenter__inner {
    background: none;
  }
}
.rsr-customerCenter_ttl {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .rsr-customerCenter_ttl {
    font-size: 22px;
    background: none;
    margin-bottom: 10px;
  }
}
.rsr-customerCenter_ttl > span {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .rsr-customerCenter_ttl > span {
    font-size: 14px;
  }
}
.rsr-customerCenter_btn {
  display: flex;
  padding: 15px;
  width: 48.5%;
  border: solid 1px #19a2d0;
  border-radius: 5px;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  transition: 0.3s all ease;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 0.95;
  position: relative;
}
@media (max-width: 767px) {
  .rsr-customerCenter_btn {
    width: 100%;
  }
}
.rsr-customerCenter_btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  border-bottom: solid 2px #19a2d0;
  border-right: solid 2px #19a2d0;
  transform: rotate(-45deg);
  top: calc(50% - 7px);
  right: 28px;
  width: 14px;
  height: 14px;
}
.rsr-customerCenter_btn__icon {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/icon_cc_off png") no-repeat center center;
  background-size: cover;
}
.rsr-customerCenter_btn__txt {
  width: calc(100% - 55px);
}
.rsr-customerCenter_btn__txt small {
  font-size: 12px;
  font-weight: 400;
  margin-left: 0.5em;
}
.rsr-customerCenter_btn:visited {
  color: #000;
}
.rsr-customerCenter_btn:hover {
  text-decoration: none !important;
  background-color: #19a2d0;
  color: #fff;
}
.rsr-customerCenter_btn:hover::after {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media (max-width: 767px) {
  .rsr-customerCenter_btn:hover::after {
    border-color: #19a2d0;
  }
}
.rsr-customerCenter_btn:hover .rsr-customerCenter_btn__icon {
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/icon_cc_on png") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .rsr-customerCenter_btn:hover .rsr-customerCenter_btn__icon {
    background: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/images/icon_cc_off png") no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .rsr-customerCenter_btn:hover {
    color: #000;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .fuha_ttl::before {
    content: none !important;
  }
}
/* slick navi */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: calc(42% - 15px);
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background: no-repeat center / contain;
  z-index: 100;
}
.slick-prev {
  left: -15px;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/lib/slick/btn-left svg");
}
.slick-next {
  right: -15px;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kabekake/products/sx_series/assets/lib/slick/btn-right svg");
}
.interview-slide .slick-prev {
  left: 0;
}
.interview-slide .slick-next {
  right: 0;
}
/* slick navi */
.ra-center {
  text-align: center;
}
.ra-link {
  display: flex;
  width: 300px;
  height: 46px;
  margin: 0 auto;
  border-radius: 23px;
  background-color: #000;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  transition: 0.3s all ease;
  cursor: pointer;
}
.ra-link:hover {
  text-decoration: none;
  opacity: 0.5;
}
.ra-link:hover span {
  text-decoration: none;
}
.ra-link:visited {
  color: #fff;
}

@media only screen and (max-width: 959px) {
  .g-page-dept .g-lnav + .g-main .g-poster {
      margin-top: 0;
  }
}
@media (max-width: 959px) {
  body.g-page-dept:not(.ac_large-contents) .g-lnav+.g-main {
      padding-top: 50px;
  }
}